home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / GoldED / Add-Ons / envCPP24 / Install.bat < prev    next >
DOS Batch File  |  1999-07-06  |  518b  |  17 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/c.api" MERGEAPI "anytext"
  4. INSTALL PRESET="presets/c.syntax"
  5. INSTALL PRESET="presets/c.indent"
  6. INSTALL PRESET="presets/c.dictionary"
  7.  
  8. ; create new toolbar (based on the toolbar currently used for editing text)
  9.  
  10. INSTALL PRESET="presets/c.gadgets" MERGEGADGETS "anytext"
  11.  
  12. ; install new filetype
  13.  
  14. FILETYPE ADD="(#?.c|#?.cc|#?.h)" PRI=127 DUP="anytext" PRESETS "c.api" "c.syntax" "c.indent" "c.gadgets" "c.dictionary"
  15.  
  16. INFO MSG="Installation complete, please RESTART GoldED."
  17.